home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
c_lang
/
tccurdoc.lzh
/
SCROLL.M
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-10-11
|
324 b
|
21 lines
NAME
scroll() - scroll the scrolling region of window.
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
void scroll(win)
WINDOW *win;
DESCRIPTION
scroll() scrolls the scrolling region of 'win', but only if
scrolling is allowed and if the cursor is inside the scrol-
ling region.
EXAMPLES
SEE ALSO
BUGS